3.1.45 \(\int \frac {(a+b \coth (e+f x))^2}{c+d x} \, dx\) [45]

Optimal. Leaf size=23 \[ \text {Int}\left (\frac {(a+b \coth (e+f x))^2}{c+d x},x\right ) \]

[Out]

Unintegrable((a+b*coth(f*x+e))^2/(d*x+c),x)

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {(a+b \coth (e+f x))^2}{c+d x} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[(a + b*Coth[e + f*x])^2/(c + d*x),x]

[Out]

Defer[Int][(a + b*Coth[e + f*x])^2/(c + d*x), x]

Rubi steps

\begin {align*} \int \frac {(a+b \coth (e+f x))^2}{c+d x} \, dx &=\int \frac {(a+b \coth (e+f x))^2}{c+d x} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 27.65, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {(a+b \coth (e+f x))^2}{c+d x} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[(a + b*Coth[e + f*x])^2/(c + d*x),x]

[Out]

Integrate[(a + b*Coth[e + f*x])^2/(c + d*x), x]

________________________________________________________________________________________

Maple [A]
time = 180.00, size = 0, normalized size = 0.00 \[\int \frac {\left (a +b \coth \left (f x +e \right )\right )^{2}}{d x +c}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*coth(f*x+e))^2/(d*x+c),x)

[Out]

int((a+b*coth(f*x+e))^2/(d*x+c),x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*coth(f*x+e))^2/(d*x+c),x, algorithm="maxima")

[Out]

a^2*log(d*x + c)/d + 2*b^2/(d*f*x + c*f - (d*f*x*e^(2*e) + c*f*e^(2*e))*e^(2*f*x)) + (2*a*b + b^2)*log(d*x + c
)/d - integrate((2*a*b*d*f*x + 2*a*b*c*f - b^2*d)/(d^2*f*x^2 + 2*c*d*f*x + c^2*f + (d^2*f*x^2*e^e + 2*c*d*f*x*
e^e + c^2*f*e^e)*e^(f*x)), x) + integrate(-(2*a*b*d*f*x + 2*a*b*c*f - b^2*d)/(d^2*f*x^2 + 2*c*d*f*x + c^2*f -
(d^2*f*x^2*e^e + 2*c*d*f*x*e^e + c^2*f*e^e)*e^(f*x)), x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*coth(f*x+e))^2/(d*x+c),x, algorithm="fricas")

[Out]

integral((b^2*coth(f*x + e)^2 + 2*a*b*coth(f*x + e) + a^2)/(d*x + c), x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\left (a + b \coth {\left (e + f x \right )}\right )^{2}}{c + d x}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*coth(f*x+e))**2/(d*x+c),x)

[Out]

Integral((a + b*coth(e + f*x))**2/(c + d*x), x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*coth(f*x+e))^2/(d*x+c),x, algorithm="giac")

[Out]

integrate((b*coth(f*x + e) + a)^2/(d*x + c), x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.04 \begin {gather*} \int \frac {{\left (a+b\,\mathrm {coth}\left (e+f\,x\right )\right )}^2}{c+d\,x} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*coth(e + f*x))^2/(c + d*x),x)

[Out]

int((a + b*coth(e + f*x))^2/(c + d*x), x)

________________________________________________________________________________________